home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-06-26 | 1.1 KB | 46 lines | [TEXT/GEOL] |
- Item 9599412 15-June-89 10:55
-
- From: MOOF Rollin, Keith A, APL
-
- To: MACAPP.TECH$ MACAPP Tech
-
- Sub: Re- WDEF's in MacApp
-
- Tom,
-
- The 'view' resource should support other WDEFs. I haven't actually tried this,
- but it looks like the first field after your window's class name holds the
- procID of the window you want to use. For instance,
-
- /* Window view */
- root, 'WIND',
- { 50, 8 },
- { kWindowHeight, kWindowWidth },
- sizeVariable, sizeVariable, notShown, enabled,
- Window {
- "TWindow",
- zoomDocProc, <<--- Set this to the right value for your WDEF
- goAwayBox,
- resizable,
- modeless,
- ignoreFirstClick,
- dontFreeOnClosing,
- disposeOnFree,
- closesDocument,
- openWithDocument,
- adaptToScreen,
- dontStagger,
- forceOnScreen,
- dontCenter,
- 'targ',
- "<<<>>>"
- },
-
-
- Hope this helps,
-
- - Keith Rollin
- - Apple Developer Technical Support
-
-
-